home *** CD-ROM | disk | FTP | other *** search
- global gBalls, gPlayerScore, gDealerScore, gProceed, gCupSprites, gPickCup, gCupsToMove, gButton, gHands, eatshit, gCountaWhat, speed, gCounta, gSpinCup, gMisses
-
- on prepareFrame me
- gBalls = []
- speed = 10
- gSpinCup = []
- gPlayerScore = 0
- gDealerScore = 0
- gProceed = 1
- gCupSprites = []
- gPickCup = 0
- gCupsToMove = []
- gMisses = 0
- gButton = [:]
- gHands = [:]
- eatshit = 0
- gCounta = 0
- gCountaWhat = 4
- end
-
- on enterFrame me
- go("begin play")
- end
-